home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG New User Disk Set v2 (1994-08)(Memphis Amiga Group)(Disk 2 of 6).zip / MAG New User Disk Set v2 (1994-08)(Memphis Amiga Group)(Disk 2 of 6).adf / Install.old < prev    next >
Text File  |  1993-06-13  |  3KB  |  53 lines

  1. ;              Archiver Install Script by /\/\erliN!  06-10-93
  2.  
  3.  
  4. (set @default-dest "")
  5. (complete 0)
  6.  
  7.  
  8. (message
  9.         "\nAMIGA RULEZ!!\n\nThis is a custom install script for installing Amiga file and disk archivers.  Dox are included in the Archivers-Dox drawer.  READ THEM!!!\n\nDisk created by /\\/\\erliN! 06-10-93"
  10. )
  11.  
  12.  
  13. (copyfiles
  14.     (prompt "These are the more popular archivers used on the Amiga today.  Click HELP for descriptions of each.\nWhich do you wish to install?\n")
  15.     (help "\nDescriptions consist of:\nName, Archive Type: Descripton\n\nARC, File Packer/UnPacker: Old, but still used.\n\nDMS, Disk Packer/UnPacker: The most popular archiver for packing/unpacking entire disks.\n\nLHA, File Packer/UnPacker:  The most popular archiver for packing single or multiple files.\n\nLHASFX, Companion for LHA: Creates self-extracting archives from LHA files, no UnPacker is needed to decompress.\n\nUnZip, File UnPacker: Decompresses ZIP file archives.\n\n""UUEncode, Encoder Utility: Converts a binary file into text for transmission through E-Mail.\n\nUUDecode, Decoder Utility: Converts a UU-Encoded file back to its origional binary form.\n\nZOO, File Packer/UnPacker: Old, but still used.\n\nZOOM, Disk Packer/UnPacker: Better than DMS, but not very popular.  Has an intuition interface.")
  16.     (source ":C")
  17.     (dest "C:")
  18.     (pattern "#?")
  19.     (files)
  20.     (confirm)
  21. )
  22.  
  23.  
  24. (complete 40)
  25.  
  26.  
  27. (copyfiles
  28.         (prompt "These are older archivers.  Click HELP for descriptions of each.\n  Which do you wish to install?\n")
  29.     (help "\nDescriptions consist of:\nName, Archive Type: Description\n\nLHWarp, Disk Packer/UnPacker: Clone of WARP, very old.\n\nPAK, File Packer/UnPacker: Very old, almost never used today.\n\nUnWarp, Disk UnPacker: Part of the very old WARP distribution, unpacks WARP disk archives.\n\nWARP, Disk Packer: Part of the very old WARP distribution.  WARP developed into the much better DMS program, so it is hardly ever used today.\n\n""WarpFix, WARP Utility: Part of the very old WARP distribution, tries to fix damaged WARP archives.\n\nWSplit, WARP Utility: Part of the very old WARP distribution, splits WARP archives into seperate, smaller files." )
  30.     (source ":C.OLD")
  31.     (dest "C:")
  32.     (pattern "#?")
  33.     (files)
  34.     (confirm)
  35. )
  36.  
  37.  
  38. (complete 85)
  39.  
  40.  
  41. (copyfiles
  42.     (prompt "These are some extra archivers.  Click HELP for descriptions of each.\n  Which do you wish to install?\n")
  43.     (help "\nDescriptions consist of:\nName, Archive Type: Description\n\nARJ, File UnPacker: Decompresses IBM ARJ archives.\n\nUnSIT, File UnPacker: Decompresses Macintosh Stuff-It! archives.\n")
  44.     (source ":C.Extras")
  45.     (dest "C:")
  46.     (pattern "#?")
  47.     (files)
  48.     (confirm)
  49. )
  50.  
  51.  
  52. (complete 100)
  53.